home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m70.dir / 00021.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  425 b   |  20 lines

  1. on exitFrame
  2.   if rollOver(4) then
  3.     puppetSprite(4, 1)
  4.     set the castNum of sprite 4 to cast "b100.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 4 to cast "b100"
  8.     updateStage()
  9.   end if
  10.   if rollOver(5) then
  11.     puppetSprite(5, 1)
  12.     set the castNum of sprite 5 to cast "b101.roll"
  13.     updateStage()
  14.   else
  15.     set the castNum of sprite 5 to cast "b101"
  16.     updateStage()
  17.   end if
  18.   go(the frame)
  19. end
  20.